Weaviate Tutorial Links
The vector database Weaviate includes helpful tips on their website.
- How to Create Your Own ChatGPT Plugin - a step-by-step tutorial based on our experience from building and deploying a ChatGPT plugin.
- QuickStart tutorial for Weaviate - Weaviate is an open-source vector database, this is a good place to get started.
- OpenAI Cookbook – Embedding Vectorization and Search with Weaviate – a Jupyter notebook that shows all the required code to go from data import to query.
- OpenAI Cookbook – Generative Search with Weaviate – a Jupyter notebook that shows how to use the Generative OpenAI module in Weaviate.
- Weaviate Cloud Service – cloud service to create a Weaviate instance with very little effort. It offers a free (no-strings-attached) 14-day sandbox, which is perfect for a hackathon like this.